accounts.email.accounts.<name>.thunderbird.perIdentitySettings

Extra settings to add to each identity of this Thunderbird account configuration. The id given as argument is an automatically generated identifier.

Type
function that evaluates to a(n) attribute set of (boolean or signed integer or string)
Default
_: { }
Example
id: {
  "mail.identity.id_${id}.protectSubject" = false;
  "mail.identity.id_${id}.autoEncryptDrafts" = false;
};
Declared
<home-manager/modules/programs/thunderbird.nix>